home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Applications / Newswatcher 2.0b22 / NW Source / Source / dragutil.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-07-18  |  405 b   |  10 lines  |  [TEXT/MMCC]

  1. #include <AppleEvents.h>
  2. #include "Drag.h"
  3.  
  4. OSErr GetDropLocationDirectory (AEDesc *dropLocation, short *volumeID, long *directoryID);
  5. Boolean DragTargetWasTrash (DragReference dragRef);
  6. OSErr MyGetFlavorDataHandle (DragReference dragRef, ItemReference itemRef,
  7.     FlavorType theType, Handle *flavorData);
  8. OSErr DragText (EventRecord *ev, Point where, TEHandle theTE, 
  9.     Boolean *dragged, Boolean *trashed);
  10.